zchunk.git
2018-04-17 Jonathan DieterBump release to 0.2.0
2018-04-16 Jonathan DieterEnd chunk when closing zchunk file that was open for...
2018-04-16 Jonathan DieterReorganize header so download stuff is at the end
2018-04-16 Jonathan DieterRevamp how options are set
2018-04-15 Jonathan DieterChange zck_get_index_digest and zck_get_data_digest...
2018-04-15 Jonathan DieterMake set_comp_parameter parameter const
2018-04-13 Jonathan DieterOnly make API functions public using -fvisibility
2018-04-11 Jonathan DieterMake binaries work with dict change
2018-04-11 Jonathan DieterFinish last commit
2018-04-11 Jonathan DieterWhen setting compression dictionary, make immediate...
2018-04-10 Jonathan DieterMake sure executables get installed
2018-04-10 Jonathan DieterAdd ability to get index based on file location
2018-04-10 Jonathan DieterRewrite binaries to use new API
2018-04-10 Jonathan DieterReorganize the main header so it's easier to understand
2018-04-10 Jonathan DieterMassive work changing API to support zck_read and zck_w...
2018-04-04 Jonathan DieterRename dl.c/write_data to dl.c/dl_write_data as we...
2018-04-03 Jonathan DieterRename zck_compress to zck_write and zck_decompress...
2018-04-03 Jonathan DieterRename io functions
2018-03-26 Jonathan DieterWhen compressing file, automatically start compression...
2018-03-26 Jonathan DieterRemove infinite loop if there's no dict in file
2018-03-26 Jonathan DieterFix compression so it works correctly if there's no...
2018-03-24 Jonathan DieterChange compression so it's streamed. Decompression...
2018-03-23 Jonathan DieterSwitch to multi-step chunk addition to pave the way...
2018-03-23 Jonathan DieterStore uncompressed size in index
2018-03-23 Jonathan DieterChange name of compressed length in index to comp_lengt...
2018-03-23 Jonathan DieterMake a number of zckDL fields private
2018-03-22 Jonathan DieterUse add_project_arguments instead of use_global_arguments
2018-03-22 Jonathan DieterMore documentation in zck.h
2018-03-22 Jonathan DieterSome more documentation on zck binary
2018-03-22 Jonathan DieterRename zckRange to zckRangeItem and zckRangeInfo to...
2018-03-22 Jonathan DieterRename zckIndex to zckIndexItem and zckIndexInfo to...
2018-03-22 Jonathan DieterMore documentation
2018-03-21 Jonathan DieterInitial rudimentary documentation for zck.h
2018-03-21 Jonathan DieterAdd index size to download amount since we're guarantee...
2018-03-21 Jonathan DieterFix zckdl to work with compressed integers
2018-03-21 Jonathan DieterInitial work in switching to compressed integers in...
2018-03-20 Jonathan DieterWrite to output file rather than temporary file
2018-03-20 Jonathan DieterExtra error checking
2018-03-19 Jonathan DieterSplit multirange parsing into multipart.c
2018-03-19 Jonathan DieterSwitch download code to POSIX extended regex for more...
2018-03-13 Jonathan DieterFinish code to allow downloading of zck files
2018-03-13 Jonathan DieterAdd preindex_size so we can easily figure out how far...
2018-03-11 Jonathan DieterWe can now download the missing parts of a zck file...
2018-03-11 Jonathan DieterMake sure we clear zckRangeInfo when closing it
2018-03-11 Jonathan DieterRemove unsuitable multipart_parser code
2018-03-11 Jonathan DieterMake zckDL struct public and add in function to get...
2018-03-11 Jonathan DieterFix bug in detecting failure to allocate zckCtx
2018-03-07 Jonathan DieterAdd null parameter checking for public functions
2018-03-07 Jonathan DieterFinish refactoring zckIndex and zckIndexInfo
2018-03-07 Jonathan DieterAdd missing test directory
2018-03-07 Jonathan DieterUpdate LICENSE and README
2018-03-07 Jonathan DieterInitial commit
2018-03-07 Jonathan DieterInitial commit